Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcStorage<TKey,TValue> Interface / Count Property


In This Topic
    Count Property (ICalcStorage<TKey,TValue>)
    In This Topic
    Get count of items.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ICalcStorage(Of TKey,TValue)
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also